home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / misc / getopt / getopt-test.tcsh < prev   
Text File  |  2006-04-25  |  120b  |  8 lines

  1. #!/bin/tcsh
  2. getopt -T >&/dev/null
  3. if ( $status == 4) then
  4.   echo "Enhanced getopt(1)"
  5. else
  6.   echo "Old getopt(1)"
  7. endif
  8.